From: Drew Parsons Date: Sat, 20 Jun 2026 13:09:40 +0000 (+0200) Subject: Depends: libmariadbclient-dev rather than default-libmysqlclient-dev X-Git-Tag: archive/raspbian/9.6.2+dfsg1-4+rpi1^2~46 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f51bfcf09389db96842644ba06481587a92fc4e9;p=vtk9.git Depends: libmariadbclient-dev rather than default-libmysqlclient-dev mariaDB has sufficiently evolved from mySQL to stop claiming compatibility. Note that VTK9 nevertheless still treats mariaDB as a substitute for mySQL. Closes: #1137152 --- diff --git a/debian/changelog b/debian/changelog index 62bc51d04..49742705c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ vtk9 (9.6.2+dfsg1-1exp1) UNRELEASED; urgency=medium * New upstream release * provide debian/python3-vtk9.pydist to declare python3-vtk9 as python package vtk. Closes: #1096135 + * Depends: libmariadbclient-dev rather than default-libmysqlclient-dev + mariaDB has sufficiently evolved from mySQL to stop claiming + compatibility. Note that VTK9 nevertheless still treats mariaDB as + a substitute for mySQL. Closes: #1137152 -- Drew Parsons Sat, 20 Jun 2026 14:42:24 +0200 diff --git a/debian/control b/debian/control index 0969e38c3..ce82535f4 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), cmake, debhelper-compat (= 13), default-jdk [!hppa !hurd-any], - default-libmysqlclient-dev, + libmariadbclient-dev, dh-sequence-python3, hdf5-tools, dh-sequence-javahelper, @@ -83,7 +83,7 @@ Section: libdevel Depends: ${misc:Depends}, ${shlibs:Depends}, default-jdk [!hppa !hurd-any], - default-libmysqlclient-dev, + libmariadbclient-dev, ${boost:Depends}, libavcodec-dev, libavformat-dev,